home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / diskmags / amiga_9310b.lha / SAS-Libraries / smakefile < prev    next >
Encoding:
Makefile  |  1993-09-27  |  418 b   |  21 lines

  1. teststack:  teststack.c stack_pragmas.h
  2.   sc link nostkchk teststack
  3.  
  4. LIBS:stack.library: stack.o stack_lib.fd
  5.   slink with <<
  6. LIBPREFIX _LIB_
  7. LIBFD stack_lib.fd
  8. to LIBS:stack.library
  9. FROM lib:libent.o lib:libinit.o stack.o
  10. lib lib:sc.lib
  11. noicons
  12. SD ND
  13. libversion 1 librevision 0
  14. <
  15.  
  16. stack.o: stack.c stack_pragmas.h
  17.   sc libcode nostkchk stack.c
  18.  
  19. stack_pragmas.h: stack_lib.fd
  20.   fd2pragma stack_lib.fd stack_pragmas.h
  21.